ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartCore<T> Class / SymbolSize Property

In This Topic
    SymbolSize Property (FlexChartCore<T>)
    In This Topic
    Gets or sets the size of the symbols used for all Series objects. This property may be overridden by the symbolSize property on each series. (see Series class)
    Syntax
    'Declaration
     
    Public Property SymbolSize As Single
    public float SymbolSize {get; set;}
    See Also